-
-
Notifications
You must be signed in to change notification settings - Fork 48.7k
Update Enhancement #13142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update Enhancement #13142
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not rely solely on ChatGPT or other code generators. Make sure to verify the code and documentation you are submitting before raising a PR. This will help maintainers and fellow contributors ensure code quality and maintain project standards.
|
||
## 🧑💻 Installation | ||
```bash | ||
git clone https://github.com/username/Python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update this git clone Command properly.
It should be git clone https://github.com/TheAlgorithms/Python.git
## 📖 Usage | ||
python alogorithm_name.py | ||
|
||
## 🌟Features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should act like a table of contents.
it means it should mention the list of main types of algorithms in the repo.
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion. | ||
|
||
## 🚀 Getting Started | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Describe your change:
1. Add Contenets
2. Installation Process added
3. Usage
4. Features(Link redirect to TheAlgorithm website's tutorial link)
5. license Add
Checklist:
After doing some enhancement
